*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 22:35:00 +0000 (22:35 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 21 Jun 2004 22:35:00 +0000 (22:35 +0000)
src/ChangeLog

index aac7f9f0895abe2f33ec1340b743b98aef00ffcf..ce5d2e57b54dbeb4395c7f56aa64d6cb450a27e0 100644 (file)
@@ -1,3 +1,11 @@
+2004-06-22  Kim F. Storm  <storm@cua.dk>
+
+       * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
+       Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
+       in that memory area are unknown to GC.  Add comments.
+
+       * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
+
 2004-06-21  Kim F. Storm  <storm@cua.dk>
 
        * lisp.h (MAX_ALLOCA): Define here.